colorplane: Whitespace
authorTimm Bäder <mail@baedert.org>
Fri, 25 Sep 2020 19:11:37 +0000 (21:11 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000 (15:06 -0400)
gtk/gtkcolorplane.c

index b75d2761a6ca31424025677723b29060b8be95b5..0f596dc50d3c005cb983c5dc3d7ae5880f9ecfdd 100644 (file)
@@ -175,9 +175,9 @@ create_texture (GtkColorPlane *plane)
 
   bytes = g_bytes_new_take (data, height * stride);
   plane->texture = gdk_memory_texture_new (width, height,
-                                                 GDK_MEMORY_DEFAULT,
-                                                 bytes,
-                                                 stride);
+                                           GDK_MEMORY_DEFAULT,
+                                           bytes,
+                                           stride);
   g_bytes_unref (bytes);
 }